


@media only screen and (min-width: 971px) {
	body {
		
	}
	.SmallNavBurger {
		display: none;
	}
	.BurgerDropDownPage {
		height: 0px;
	}
	.SmallDropDownMenuItem {
		display: none;
	}

	#PoPUpTableExitDivID {
		display: none;
		z-index: -5;
		opacity: 0;
	}
}

@media only screen and (max-width: 970px) and (min-width: 791px) {
	.SmallNavBurger {
		display: none;
	}
	.BurgerDropDownPage {
		height: 0px;
	}
	.SmallDropDownMenuItem {
		display: none;
	}

	.ProductOptionTable  {
		width: 100%;
	}
		#ProductOptionCreamsBalmsOils {
			font-size: 17.5px;
		}
		#ProductOptionCreamsBalmsOils:hover {
			
		}

	#PoPUpTableExitDivID {
		display: none;
		z-index: -5;
		opacity: 0;
	}
		
}

@media only screen and (max-width: 790px) and (min-width: 641px) {
	.EmptyDiv  {
		background-color: palegreen;
	}
	#ProductsNameHeadingDivCreams {
		margin-left: 60px;
	}
	#ProductsNameHeadingDivLiquids {
		margin-left: 60px;
	}

	.ProductOptionTableContainer {
		display: none;
	}
/*Table Height Adjustment*/
	.Table {
		height: 690px;
	}
	.TableLeft {
		height: 690px;
	}
	.TableLeftInside {
		height: 690px;
	}
	.TableRight {
		height: 690px;
	}
	.TableRightInside {
		height: 690px;
	}



	#PoPUpTableExitDivID {
		display: none;
		z-index: -5;
		opacity: 0;
	}

}


@media only screen and (max-width: 640px)/* and (min-width: 1000px)*/ {

	.EmptyDiv {
		font-size: 30px;
	}
	.ProductsNameHeadingDiv {
		padding-left: 50px;
		/**/
		display: none;
		/**/
	}

	#ProductsNameHeadingDivCreams {
		margin-left: 60px;
	}
	#ProductsNameHeadingDivLiquids {
		margin-left: 60px;
	}

	.ProductOptionTableContainer {
		display: none;
	}

	/*.TableLeft {
		display: none;
	}*/
	.TableRight {
		display: block;
		width: 100%;
	}

/*Table Height Adjustment*/
	.Table {
		height: 690px;
	}
	.TableLeft {
		height: 690px;
	}
	/*.TableLeftInside {
		height: 690px;
	}*/
	.TableRight {
		height: 690px;
	}
	.TableRightInside {
		height: 690px;		
	}



/*
	.PopUpTable {
		display: block;
	}
*/
	/*#TableLeftInsideDefaultSmall {
		display: ;
	}
	#TableLeftInsideDefault {
		display: none;
	}*/

	#TableLeftInsideDefault {

	}

	.TableLeft {
		/*display: block;*/
		display: none;
		/*margin-left: 4%;*/
		/*margin-left: auto;
		margin-right: auto;*/
		height: 660px;
		height: 90%;
		/*width: 100%;*/
		width: 50%;
		width: 100%;
		/*width: 75%;*/
		background-color: rgba(0,0,0,0.4);
		/*background-color: rgba(152,251,152,0.8);*/
		
		z-index: 4;
		position: fixed;
		top: 60;
	}
		.TableLeftInside {
			display: block;/*Should be inline-block*/
			/*display: none;*/
			width: 270px;
			width: 50%;
			height: 600px;
			height: 660px;
			height: 90%;
			background-color: cyan;
			position: relative;
			position: fixed;
			margin-left: auto;
			margin-right: auto;
			left: 0;
			right: 0;

			overflow: auto;
			z-index: 5;
			/*padding-left: 20%;*/
			/*margin-left: 17%;
			margin-left: 80px;*/
		}
			.PBlock {
				/*was width: 300px;*/
				width: 270px;
				width: 100%;
			}
				.PImageBlock {
					width: 270px;
					width: 100%;
				}
					.PImage {
						width: 270px;
						width: 100%;
					}
				.DescriptionTitle {
					/*height: 90px;*/
				}
	.PoPUpTableExitDiv {
		/*margin-left: 11%;*/
		margin-left: 7%;
		margin-top: 20px;
		display: none;
		/*display: block;*/
	}



	#ProductOptionCapsulesOnPage {
		background-color: cyan;
		border: 2px solid rgba(78,78,78,1);
	}
	#ProductOptionPillsOnPage {
		background-color: cyan;
		border: 2px solid rgba(78,78,78,1);
	}
	#ProductOptionPowdersOnPage {
		background-color: cyan;
		border: 2px solid rgba(78,78,78,1);
	}
	#ProductOptionCreamsBalmsOilsOnPage {
		background-color: cyan;
		border: 2px solid rgba(78,78,78,1);
		/*color: rgb(78,78,78);*/

		/*background-color: palegreen;
		border: 2px solid rgba(78,78,78,1);
		color: rgb(78,78,78);
		text-shadow: 1px 1px white;*/
	}
	#ProductOptionLiquidsOnPage {
		background-color: cyan;
		border: 2px solid rgba(78,78,78,1);
	}

}
